yo debloat your phone if you can with adb. It requires a PC, platform-tools, and the universal android debloater from github but it's a convenient way to get rid of bloatware from an android phone when it's set up.
Just to add to Alkider's comment, you do not need to download anything off github, technically just by knowing the id of the app is enough.
for example if you want to get rid of com.google.chrome you just need to:
adb shell pm uninstall --user 0 com.google.chrome
However im sure a script will make it easier for you and probably has a integrated list of useless apps to uninstall in one go.
Phone model and brand does not matter, ADB is standard. if it runs android it should work.
I've got an S22 and noticed the same thing yesterday. Wasn't there an update a couple days ago? I remember seeing a few games that came with the update (Solitaire and a Casino game) and uninstalled them the morning after.