Smoothing Contours (iso lines) on a Planar Slice

If I recall correctly, the slice filter will triangulate your data, so if you started with hexahedra the triangles might not interpolate your data as accurately. You could try to run the Contour algorithm first and then run Slice on the contour result.