The Remove-Item doesn't normally return any output. Please read the help file for that cmdlet:
Outputs
NoneThis cmdlet does not return any output.
There's no need to use the -Verbose switch. If you want to capture any errors, just redirect stream #2 (not 4): 2>&1