I just removed Oxygen Os analytics from my phone.
Enable debug mode on the phone-- https://www.youtube.com/watch?v=nFelufozfHo
Install android adb -- $ sudo aptitude install android-tools-adb
Remove net.oneplus.odm -- $ adb shell pm uninstall -k --user 0 net.oneplus.odm
Verify that the package has been removed -- $ adb shell pm list packages | grep net.oneplus.odm