`dpkg --get-selections`: `adb shell pm list packages | sort`
`dpkg -r `: `adb shell pm uninstall -k --user 0 `
edit: to hide status bar icons(may be version dependent): 1) `adb shell dumpsys activity service SystemUIService`
2) search for "icon slots: " and note down names
3) `adb shell settings put secure icon_blacklist battery,wifi,clock, ...` (blacklist is overwritten by new list upon running this command)