GeoSeries.
simplify
Returns a GeoSeries containing a simplified representation of each geometry.
GeoSeries
See http://shapely.readthedocs.io/en/latest/manual.html#object.simplify for details
All points in a simplified geometry will be no more than tolerance distance from the original.
False uses a quicker algorithm, but may produce self-intersecting or otherwise invalid geometries.