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.