On a Mac, you basically pull your application, you do not want anymore, into your trash bin. That’s it. But there are always some config files left in the ~/Library directory.
To get rid of everything open a terminal and use
mdfind -name "application name"
This gives a list with all files related to the application.
Now delete all the files form the list you got.
sudo rm -rf <line>