You can use usermod or gpasswd. The problem with usermod is that you will have to relist all the groups that you want the user to be part of. Gpasswd seems to be a bit more efficient. With gpasswd you would do something like
Code:
#gpasswd -d username groupname