I found a workaround. Someone made a UDF which checks to see if the printer exists, so I just slimmed it down for my specific environment:

Function DeletePrinter($_Pri)
If Len(ReadValue("HKCU\Software\Microsoft\Windows NT\CurrentVersion\Devices",$_Pri)) DelPrinterConnection($_Pri)
endif
endfunction

Thanks!