Kill process that keeps restarting itself

from the command line:

launchctl list

find the exact name of the process/app you don't want coming back. Then

launchctl remove <name_from_list_command>

hope this helps