I can uninstall an app on the device from my computer using adb uninstall , but I\'d like to do the same with a script on the actual device.
adb uninstall
adb shell pm uninstall *your.package.name*
Did the trick for me.