A 2d array is a data structure that has the same number of elements in every row, so it’s not meaningful to “remove an element” — the result would no longer be an array,.
It’s maybe worth mentioning that some languages (notably Javascript) use the word “array” to refer to what in Julia would be a Dict. A Julia Array is more akin to a Fortran array, which is a much simpler construction.