rm -rf "/Applications/PCClient.app"

Find /Library/LaunchAgents/ -iname "*papercut*" -delete 

ps aux | grep "/Applications/PCClient.app" | awk '{print $2}' | xargs kill -9 2> /dev/null