Try removing the element at index 1.

Wahey! Using removeAt(), we can specify the index of the element we want to remove from an array list. 

Oops-a-daisy! removeAt() needs an index in between the parentheses.