To add to this, I would do this through User Pages actions. The workflow would be click computer, click username of person to be removed, click "remove" action, voila.
action to be called by something like this:
powershell -noprofile -ExecutionPolicy bypass -file {actionpath}RemoveAdmin.ps1 -user {username} -domain {userdomain}
Then use that information to run the commands.