adb shell pm uninstall -k --user 0 com.android.browser
You can use this command to uninstall any package. Just change the last part to the correct package name. To find the packages, the command is adb shell pm list packages
depending on the way way you access adb, you may need to add a ./ before the command.