Even if you chmod it to 700 or move it, a user can still delete their own files. shred is not the threat, file permissions are.
If a user cannot write to the file or directory, shred does nothing. If they can write, removing shred won’t stop them from using rm, truncation, or any programming language to overwrite the file.
So lock down permissions so normal users never have write access to anything sensitive.