Given a string s, return the string with adjacent duplicates removed. For example, Mississippi yields Misisipi. You may assume there is at least one character in the given string.