Produce permutations of removing num elements from a list.
shrink.removes(num, xs)
num
the number of values to drop
xs
the list to shrink