uninstall client drivers on OSX

How do I uninstall the client drivers on OSX? I tried using the command line client with the "-y" option, as well as kextunload -b, but both crash the system and after reboot the drivers are still there.

#2

There seems to be a bug uninstalling the drivers in mojave, until there is a fix, you can manually uninstall them like this

sudo rm -rf /System/Library/Extensions/vhhcd.kext
sudo rm -r /Library/Extensions/vhhcd.kext
sync

Then reboot OSX