adb -e uninstall your.application.package.name
adb -e uninstall your.application.package.name
Or for a connected physical device, adb -s DEVICESERIALNUMBER uninstall your.application.package.name,
where DEVICESERIALNUMBER can be found using adb devices -l