You can disable Samsung's system apps using adb as well. The command is `adb uninstall --user 0 com.package.name`

That is what I was alluding to, though I recommend people to use UAD-ng, since it explains what each package is and they are separated in safety-based categories.

One note though: removal of system apps with adb is blocked in Android 17. You can only disable system apps on Android 17:

https://github.com/Universal-Debloater-Alliance/universal-an...