cf.FieldList.pop

FieldList.pop([index]) → item -- remove and return item at index (default last).

Raises IndexError if list is empty or index is out of range.