Form type is a collection so you can use any of the remove methods.
for instance...
form?.remove(at: section.index!)
thx
Most helpful comment
Form type is a collection so you can use any of the remove methods.
for instance...