Remove the given prefix from the given array.
The array from which the prefix is to be removed
The prefix to remove
A slice without the prefix if successful, the original array otherwise
See Implementation
Remove the given prefix from the given array.