If you have to remove a printer que from you clients computers, using a logon script, you can do the following:
@echo off
ECHO Attempting to disconnect mapped printers...
rundll32 printui.dll,PrintUIEntry /dn /q /n"\\SERVER\PRINTER"
ECHO Attempting to logoff from server...
NET USE \\SERVER\PRINTER /DELETE