OK, so, what exactly do you want to remove from Chrome?
If it's the Temporary Internet Files, which can build up exceedingly fast, then there is a simple one-liner that can do that.
I've incorporated it into my own "Cleanup.bat" program.
Del /F /S /Q "C:\Users\%UserName%\AppData\Local\Google\Chrome\User Data\Default\Cache\*.*"
That simple one-liner can be easily run from a command prompt or from within a batch file. Several people who received my Cleanup.bat program months ago, told me that they don't use Edge or Firefox, the two browsers that I originally included in my batch file. But, they use Chrome. So I've since then added Chrome to the list of browsers, in my Batch File.
I don't, and Won't, use Chrome, but I added the above line to my Batch File, so it would be more inclusive.