Place this formula in column D and copy it. Every second double entry will be marked 2 (or more), the rest - 1.
Copy column D, then paste in the special text (delete all other marks) using the same data in column D.
Now the whole formula has been converted to fixed data in column D.
If you only need to perform this cleanup once, you can put 1 in E1 and drag it down to the top drag point of cell E1 to create a list of sequence numbers (1,2,3,4 ..).
Then sort the entire range in column D.
Delete all rows with 2 in column D.
Then apply the entire range in column E (source sequence numbers)
=COUNTIF(C$1:C1;C1)
Another option is to use a standard filter
Select the No duplication option, but this is just a filter, the data still remains on your sheet.

source share