Hi Yok33
Open that folder in File Explorer
Right click an empty space and choose 'Open Powershell Window here'
Paste the following command into Powershell and hit Enter:
get-childitem *.pdf | foreach { rename-item $_ $_.Name.Replace("SA-", "") }
Wait for that command to complete, then close Powershell