How to remove a specific object from an Arraylist

list.remove(i)

When you need to remove multiple items, use a for loop which must go backward