Can I uninstall this Google service without affecting my phone negatively?

https://lemmy.world/post/44320451

Yes you can. Enable USB debugging and do this adb command: adb shell pm uninstall --user 0 com.google.android.tts

And if you want to restore it: adb shell cmd package install-existing --user 0 com.google.android.tts

I used Brevent on my phone to uninstall it.