I am terrible with manipulating arrays...given this structure I want to remove the top level array and merge all subsets into one flat array:
Array ( [0]
If your arrays always have the same previously known depth, maybe you could make good use of
http://php.net/manual/es/function.array-merge.php