How to Simulate a Fresh install Android.

I have this issue where the first time my game is installed on the device it loads in absurd saved data that isn’t even possible in the game. For instance the player has a 625 objects in their 15 space inventory. Stuff like that. It goes away as soon as I clear the data using an in game function, but I can’t bug test it because it only happens on brand new installs. Even if I uninstall the game and reinstall it my saved data persists.

My question is how do I remove all saved data that my game creates. Keeping saved data on the phone is a great feature but it is prohibiting me from bug testing fresh installs. Any help would be greatly appreciated.

to clarify I am using PersistentDataPath to store my saved game files.

android settings → apps → [your app] > storage → clear data