if I have a list of names and I want to remove the duplicate names. ie. If there is a duplicate I want both lines of the name removed so I am only left with the names that appear on the original list one time. How can I do that?